OfflineErrorCode

enum OfflineErrorCode : Enum<OfflineErrorCode> , ErrorCode

3000 - 3999: Offline-related error codes

Entries

General
Link copied to clipboard
General(3001)
A general offline related error code when a more specific error code could not be determined.
DownloadFailed
Link copied to clipboard
The download of a track failed.
InsufficientStorage
Link copied to clipboard
There is not enough disk space left to proceed with downloading content.
FileAccessDenied
Link copied to clipboard
It is not possible to access needed files.
FolderLocked
Link copied to clipboard
A lock on a file which needs to be accessed is present, therefore an operation could not be completed.
DeadLock
Link copied to clipboard
DeadLock(3007)
A file lock could not be removed.
NoOptionsAvailable
Link copied to clipboard
OfflineContentOptions could not be generated.

Types

Companion
Link copied to clipboard
object Companion

Properties

value
Link copied to clipboard
open override val value: Int
The raw code value associated with the deficiency.

Inherited properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int